Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. This thread has already some years grown, though I wanted to give my opinion to it. I'm programming for more than 10 years now, started with PHP (privately) and four or five years ago came to CF (through work). And with the time I started to prefer CF over PHP due to it's in my eyes simpler syntax, better readability, more unified function base, better debugging information and some other little things. Non-the-less I'm still programming PHP privately, because there are several projects using PHP. I totally agree with you! It seems most of the people praising PHP never tried ColdFusion. ColdFusion is definitely easy to learn and with <cfscript> there is no excuse for all the people here saying, PHP is easier to learn when you're already knowing a language like C++. Though I prefer the tag based syntax, because in my eyes it's easier to read. Want an example? Here you have: PHP: include 'dbconnection.php';$sql = 'SELECT firstName, '. ' lastName, '. ' birthday '. 'FROM users '. 'WHERE ID = '.int($userID);$userData = mysql_query($sql);while($row = mysql_fetch_assoc($userData)) { var_dump($row);} ColdFusion: <cfquery name="userData" datasource="db"> SELECT firstName, lastName, birthday FROM users WHERE ID = <cfqueryparam cfsqltype="cf_sql_integer" value="#userID#"></cfquery><cfdump var="#userData#"> In this little example the code is already some lines smaller and the output is way better to read because of <cfdump>. At https://www.mollerus.net/tom/blog/2007/12/8_reasons_to_like_cfmls_syntax_over_phps.html there are some more advantages listed (even when I'm not agreeing with all of them). Obviously you didn't really try out the functionality of CF. ColdFusion is a programming language like PHP, just the syntax is different (if not using <cfscript>). Also ColdFusion has object orientation! There the classes are just called "components". But just like in PHP you can mix OO with procedural programming, it's up to you. Security is also not an advantage of PHP, because both are offering ways to avoid SQL injections or other hacking techniques. Therefore <cfqueryparam> is used in CF. CF is also easy to install and when using Railo it's also free. Adobe even offers scientific licenses now (as somebody already mentioned before), which are also free. And as long as CF is not used for commercial purposes you could always use the free developer edition.One bigger downside of CF is the smaller community (especially in countries outside the States like in Germany where I live). Though there are also several good sources for help and code snippets out there. As for the argument, that for growing businesses you can't meet the demands I have to say, that I merely saw the bigger companies having sites created with CF, while smaller ones (probably due to the price) are mostly using other techniques. Also note, that PHP 6 is already in development for many years and still has to implement some things like full Unicode compliance, which CF already has and some suggestions like named parameters are simply refused by the developers (see http://de2.php.net/manual-lookup.php?pattern=%7Ederick%2Fmeeting-notes.html〈=de&scope=404quickref). Adobe on the other side is updating their product every one or two years with the downside, that you have to pay for upgrades. But of course you're not forced to always upgrade your server to the newest version. Greetings from Germany Sebastian
  2. Any FREE Cobol compilers you encounter?An Introduction To COBOLI want to learn Cobol the easiest way. The open source way. :)Any free Cobol for Windows will do. Just make it sure that it matches the procedure Vicky gave us.
  3. ajay devgan is the best actor in the bollywoodWho Is No. 1 Actor In India (all Language Including Bollywood)?ajay devgan is the best actor than shahrukh or aamir because he does not have the personality like them but he has achieved the success due to his acting and without the background support like shahrukh or salman he is good in comic action and even in lovestories -reply by vikramraj upadhyay
  4. Hi am karl.looking from the way things are, arsenal has always been my best cub, and i have always had a dream of playing for arsenal junior team.I am a talented striker and mildfielder whose aim is to score goals and give passes.Iwill be very glad if this club can give me an opportunity to bo part of this club.Iam 15and i am from cameroon.I dont have much to say but hope to hear fom you soon...
  5. java.its urgent.What Are The Advantages Of Java Vs C++?why to study java as object oriented language even though a student knows c++ as object oriented language?
  6. I used this script to load the external jpg files. Is there any chance to animate the images when i click on each buttons?Flash Actionscript Zoneimgbtn1.OnRelease = function() { infoField._visible = true; startLoading("picture1.Jpg");};Imgbtn2.OnRelease = function() { infoField._visible = true; startLoading("picture2.Jpg");};Imgbtn3.OnRelease = function() { infoField._visible = true; startLoading("picture3.Jpg");};imgbtn4.OnRelease = function() { infoField._visible = true; startLoading("picture4.Jpg");};Imgbtn5.OnRelease = function() { infoField._visible = true; startLoading("picture5.Jpg");};Imgbtn6.OnRelease = function() { infoField._visible = true; startLoading("picture6.Jpg");};Imgbtn7.OnRelease = function() { infoField._visible = true; startLoading("picture7.Jpg");};Imgbtn8.OnRelease = function() { infoField._visible = true; startLoading("picture8.Jpg");};Imgbtn9.OnRelease = function() { infoField._visible = true; startLoading("picture9.Jpg");};Imgbtn10.OnRelease = function() { infoField._visible = true; startLoading("picture10.Jpg");};function startLoading(whichImage) { loadMovie(whichImage, "imageLoader"); _root.OnEnterFrame = function() { infoLoaded = imageLoader.GetBytesLoaded(); infoTotal = imageLoader.GetBytesTotal(); percentage = Math.Floor(infoLoaded/infoTotal*100); infoField.Text = percentage+"%"; if (percentage>=100) { delete this.OnEnterFrame; infoField._visible = false; } };} I used this script to load the external jpg files. Is there any chance to animate the images when I click on each buttons? -reply by Deepu Lalithabai Raj
  7. input and saving userformUpdating Values In A Text BoxHi , I am just starting to know VBA, I have the following problem. I made the user form exactly like I want it for this section but do not know how to connect and update the textboxes. What I want is the following. The user will first click to open list box and than select a number which is in column A. Than the user have to enter data in around 20 text boxes and than I want that data to be saved in the columns specified in the code but the row according to the list box. Does anybody have something like that or know how to do it. Thanks in advance, Hans
  8. i played classic long ago and i still can if my account still works
  9. Hello there i also suffer the same problem however it is due to the bandwidth of your Host.As i use webs.com it can be very reliable at times but recently it has taken a while to load the selected .html document and its down to the pure fact I NEED TO UPGRADE MY BANDWITH
  10. Hi, great tutorial. I just want to know how you bypass the locked profile. Is it by pressing the shift alone and for how long?Thanks,Rob
  11. hi dear i m a mca student, i want to create our own language for that we need some help so plz help us for that.
  12. I was wondering if i can host a game server for free from here using the mycent service(or what ever it is called i dont know the exact name).I can also do that with only console access.Thanks in advance.
  13. Did anyone try going to the Operations menu in phpmyadmin and change the value of auto_increment. You can enter any number from which u want to start the next entry just make sure that there are no duplicate entries..cheers
  14. Two weeks ago, I bought an Acer Aspire Laptop 5745G that came with Windows 7 pre-installed. For our project reasons, I had to install Windows XP 32 bit on it. Once installed, I realized that I can not get the Nvidia graphics card to work. So I called the acer support. The transcripts of the acer support staff is located here: 1. http://forums.xisto.com/no_longer_exists/.'>http://forums.xisto.com/no_longer_exists/. http://forums.xisto.com/no_longer_exists/ summary of the story is that they will not restore your OS if you accidentally deleted or formatted your machine.
  15. You are the one wjo created your passwords...you must create a password that can easily be remembered,,,
  16. Here is one height-weight chart for your reference: http://blog.internationaldrugmart.com/health-charts/height-weight-chart/
  17. So I am a girl...And I know many girls who would say, this doesnt explain them at all.. For example, #10 is bull54!+, My boyfriend has the best system in our town and I(and many other girls) think it is sexy as hell.
  18. Creat a small online version3d Mmorpg Maker Softwere?!Hello, I want to make a complicated game or to interest some one else into making this complicated game. I have seen many mmorpg and played them, I have played many strategy games as well. I want a game where you can make buildings, Make Armies, Make Ships and found your own empire. I want a game where I can craft items, gather resources , do quests, get a reputation or just go around slaying my enemies may it be npc or players. That is what id like to mix into one great game for every one, but to do so..Sounds impossible. I have looked around on google for a game creator for such a experiment but can find non. The closet to such a game that I know of is Bounty Bay, but its far from what I am after. If I could I would make such a game but I need help to try it out, Not interested in creating a full game but rather a small online version. If it work out then I will look for a team to finish a full version. My idea might not be possible but I hope it one day will be. -question by Random Guy
  19. how to shutdown lan connected pc under windows server without remoting systemLogin To Network Without PasswordDear sir, I have one question which I found form last two weeks but I did't found the answer of that question. so I have hope that you will give me answer of this qustion. q:- How to shutdown all lan connected pc under server using other lan connected pc without password or remoting sytem.So if aren't capble to give me to answere on net so please send me on my mail or some hint or cmd codd,softwere code anything that you have I hope that you will give me answer . JIGNESH.
  20. Which processor is better?Which Laptop Processor Is Better?Hi, I'm planning to get a laptop but didn't know much about it? Can someone help? I'm plan to use the laptop for graphic design work and use several design software that require fast processing and good graphic card. What would be a good recommendation? Thank you in advance. Tee.
  21. uhhh...Anyone Know Any Good Mmorpg Games?If you like first person shooter games (try this one anyways if you don't) , play Crossfire. It is free, with good 3D graphics, and it's also addicticing and fun. I used to play Runescape too. Anyways, both are very fun. -reply by gorehaunter
  22. what's wrong with all of you, who cares if it's not legal, Blizzard shouldn't be charging ANYTHING for playing after you already payed like $60 for the game itself. -reply by Luis
  23. There are milions of people who can solve the rubiks cube by the begginers method which is about 1 to 6 minutes (my record with the begginers method is 59 sec. But there are about 200,000 people who can solve the cube using the speed solving method (for example the fridricks method) which is about between 7,08 (world record) and 20 seconds (I'm one of the 200,000). Thank you for your attention. Ivan Glas
  24. nike has cool paterns darker coulers witch i prefer: greys blacks dark blues ect.adidas is three lines brighter coulers witch i dont prefer greys, blacks, dark blues go with practically anything and bright colours dont nike is more expensive, witch it should be its got a lot better patterns three lines or a cool looking swoosh with great patterns? ill let you deside addidas or nike?nike or addidas?thank you
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.