How to install php, perl, python, C text editor

I want to know how to install perl, php, C , Java Text Editors in Mac OSX.
which editor is better .

C you installed by installing the XCode package from your installation DVD
Perl is already installed
PHP is already installed
Text Editors are a Religion, as once you have trained your fingers to use a given text editor, you frequently do not want to change, so after that your editor is the only "True" editor :-)
If you are serious about C programming in a Unix environment, then Vim or emacs.  If you are going to be doing mostly Mac OS X Objective-C, then use the XCode editor.  If this is just a hobby, then a GUI text editor such as one of the previously mentioned editors

Similar Messages

  • How to Install PHP in PL/SQL??

    Hello!!
    How to install php in pl/sql ??

    See Metalink Note 207303.1 for a compatibility matrix that details support for database links between database versions.

  • How to install PHP on OS X 10.2?

    Hi,
    I'm a bit confused. Ther are lots of PHP related files in the library folder, but when i try to open a php file (drag and drop onto safari dock icon), it just opens a blank browser window. How do i install php so i can open php files like this?
    Thanks.

    Damien--
    You can't just drag a PHP file to a browser window. It's a server-side technology, so PHP web pages have to be served by a web server. Since you have OS X, you have Apache installed by default. Read this article on setting up PHP and Apache on Jaguar. That's part three of three parts, so look at the other two parts, especially part one, where he tells how to turn on the server...
    charlie

  • I use Juno for my email. How do I turn on the Rich Text Editor and how do I forward messages inline rather than having everything go as an attachment?

    Using Juno I find no way to turn on the Rich Text Editor. How do I turn it on?
    When I forward a message in Juno, everything goes as an attachment. How do I get messages to go inline?

    Another thing to remember is the phone is actually usable for 911 calls and maybe others. Not a real good idea. Especially for a child.
    It would depend however on the age of the child.
    Good Luck

  • How can i give conditions in smartform text editor

    Hi all,
    i want to display something based on some condition using text element in smartforms , how can i do it.
    in SAP Scripts normally we give conditions in text element using command line(/:)
    but it wont work in smartforms , how can i give the same in smartforms ?
    please help me soon.
    thank you.

    Hi,
    You can use the Conditions tab for the corresponding text.
    ex: in the text-editor consider you are displaying a name field based on a variable
    <b>
    ws_name
    ws_variable</b>
    In the text give the field to be displayed
    &ws_name&
    In the conditions tab give
    ws_variable = 'X'
    This will print the value from ws_name only when ws_Variable = 'X'.
    Regards,
    Tushar

  • How to install php module into web tier.

    Previously oracle http server included built-in php module so i could start php scripts under it but in the newest(web tire) version there is no built-in php module.
    But in the docs they say that it is possible but dont explain how to...
    So how to?)))

    Maybe this will help.
    http://www.oracle.com/technology/pub/articles/dev2arch/2007/02/php-java-bridge.html

  • How to install PHP 5.2.17

    Hello everyone,
    I'm new to Arch and I'm about to install LAMP on a laptop but I need specifically PHP 5.2.17 and I don't see it in AUR.
    I read somewhere that it isn't a good pratice to install via the basic ./configure make && make install so I'm a bit lost here...
    Any help will be greatly appreciated.
    Thanks in advance
    Regards
    Ok: I just found the wiki about downgrading packages, I think that's what I need, will give it a shot...
    Last edited by Blizz4rd (2011-08-12 18:18:58)

    Not sure if it's a good idea, but you could use abs to get the PKGBUILD of the stock PHP from extra and then set its $pkgver to 5.2.17. I'm not familiar with php's release policy though. Are critical vulnerability fixes backported to older stable versions upstream?

  • How to enable copy , cut for Rich Text editors

    I have a rich-text with cut , copy options but when i try to cut or copy it gives me the following error -
    Your browser's security settings don't permit the editor to execute cut operations.
    Please use the keyboard shortcut (Ctrl/Cmd+X).
    I have tried editing the user.js and almost all the solutions given related to it here but still it doesn't seem to work.
    Please Please Please give me some solution for this.

    Are you not able to use the text editer to access anything displayed with Firefox, for instance this forum, or is it only specific file locations that are affected.
    What is the software you are using, and have you tried any other alternatives.
    And can you give a very simple example of something you try to do and can not.
    See also
    * This article seems likely to be highly relevant http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    ** https://addons.mozilla.org/firefox/addon/allowclipboard-helper/
    * Aimed more at developers themselves https://developer.mozilla.org/en-US/docs/Using_the_Clipboard
    * If it is particular domains or file locations, and is a change since Firefox 29 then this article may be applicable https://developer.mozilla.org/en-US/Firefox/Releases/29/Site_Compatibility#Security

  • How to install Apache Web Server with PHP on Sun Solaris Sparc machine

    Hi,
    We are trying to install the Apache Web Server and the PHP package on a Sun Solaris Sparc machine running on SunOS 5.8. We are having compilation problems with the source code of both these packages.
    Does anybody know if there are ready solaris packages for Apache and PHP available from where we can download and install instead of source code compilation?
    Or any instructions / things to watch for when installing Apache with PHP (if anybody has tried installing Apache with PHP on Sun Solaris earlier) is most welcome.
    Thanks,
    Harish

    Apache should be bundled along with Solaris check in "/var/apache" in Solaris 8 and Solaris 9
    php is available at www.php.net
    I found an old document for installing PHP maybe this will help.
    Cheers
    -Dhruva
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++Installing PHP 3.x for Apache 1.x.x on Solaris
    Introduction
    This document describes how to install PHP for Apache on Solaris.
    You should have Apache installed before trying to install PHP.
    If you want to use PHP with MySQL then you must install MySQL first.
    Before we Begin
    1. These instructions assume that you have Apache installed according to instructions.
    Getting PHP
    1. You must be logged in as root to perform this installation.
    su root
    2. I save all my downloads in:
    /usr/local/dist
    If you don't already have one, you may need to create that directory now:
    mkdir /usr/local/dist
    3. You can get PHP 3.0.14 from here(www.php.net).
    cd /usr/local/dist
    ftp ftp.php.net
    cd pub/distributions
    bin
    get php-3.0.14.tar.gz
    bye
    Installing PHP
    1. We will install PHP in /usr/local/build, but use a tricky tar command
    to do it in on hit from the download directory:
    cd /usr/local/dist
    tar xvfz php-3.0.12.tar.gz -C ../build
    Compiling PHP
    1. First let's get where the action is:
    cd /usr/local/build/php-3.0.14
    2. You now have 3 options:
    * Simple PHP install without MySQL - goto step 3
    * Simple PHP install with MySQL - goto step 4
    * Custom PHP install - goto step 5
    3. Simple PHP install without MySQL. Next, jump to step 6.
    ./configure --with-apache=../apache_1.3.12
    4. Simple PHP install with MySQL. MySQL must be installed before you can configure PHP to use it. I recommend that MySQL should always be reachable with /usr/local/mysql. Even if you install it else where you
    should create a symbolic link from /usr/local/mysql. Otherwise the compiler can have problems finding the mysqlclient library. The command
    should look like this:
    ./configure with-mysql=/usr/local/mysql with-apache=../apache_1.3.12
    Next, jump to step 6.
    5. Custom PHP install. Take a look at the available configuration directives by using this command:
    ./configure --help
    6. Now we can make the PHP executable. This may take a while.
    make
    7. Now we install the PHP module with:
    make install
    Adding the PHP Module to Apache
    1. Now we have to setup Apache to include the PHP module:
    cd ../apache_1.3.12
    2. Re-configure Apache to use the PHP module. You should use your previous Apache configure command along with the PHP activate module directive.
    You can see your previous Apache configure command by doing:
    cat config.status
    You can configure Apache using the previous command with the added PHP module by doing:
    ./config.status --activate-module=src/modules/php3/libphp3.a
    If you used the simple Apache install from instructions the command will look like this:
    ./configure prefix=/usr/local/apache activate-module=src/modules/php3/libphp3.a
    3. Make and install Apache with PHP enabled:
    make
    4. We need to stop the server before installing the files:
    /usr/local/apache/bin/apachectl stop
    5. Now we can install the new binaries:
    make install
    6. Start apache again (now running the new php enabled version):
    /usr/local/apache/bin/apachectl start
    Setting Up PHP
    1. We have to tell Apache to pass certain file extensions to PHP. We do this in Apache's httpd.conf file.
    cd /usr/local/apache/conf
    2. Edit the httpd.conf file. If you do a search for php you will find a couple of commented out lines telling Apache to use the PHP module. You should uncomment them to look like this.
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    3. I prefer to use the extension .phtml, you can use whatever extension you like (even .html) by adding lines to httpd.conf like this:
    AddType application/x-httpd-php3 .phtml
    Check that it Works
    1. We have to restart Apache to make these changes take effect on the running server.
    cd /usr/local/apache/bin
    ./apachectl restart
    2. Apache should now be running with PHP enabled. The server version should include PHP/3.0b2.
    ./apachectl status
    Apache Server Status for dev.synop.com
    Server Version: Apache/1.3.9 (Unix) PHP/3.0.12
    Server Built: Oct 25 1999 00:37:07
    3. Now it is time to test PHP with a page. The simplest thing to do is create a page called test.php3. My file is here. This file contains the
    following text:
    <?php phpinfo(); ?>
    4. Point your browser at this file on the virtual host which you used:
    http://localhost/test.php3

  • Installing PHP on OS 10.3.9 - any advice for unix novice??

    Not sure if this is the right forum, but here goes...
    I am trying to get PHP set up on my mac, but I have gotten a bit stuck. I think I have sucessfully downloaded and installed MySQL, but I am very confused about the best way to install the necessary version of PHP. Many how to and tutorial sites (and the visual quickstart book i checked out fromt he library) recommend using Mark Liyanage's installer at http://www.entropy.ch/software/macosx/php/.. However, it seems that he is no longer providing support for Panther. The Visual Quickstart Guide has a graphic with a screen shot of Mark's site from a while ago, and it looks like once upon a time there was a PHP 5.0.0 for apache 1.3 installer designed for Panther, but now the options are different.
    So, feeling confused about all of this, I decided to try to see if I already had PHP installed, and if so what version - I have heard that PHP is preinstalled with apache on some macs. So, I decided to try running the phpinfo.php script in my browser (http://localhost/phpinfo.php), but instead of running the script, the browser just displays the script [
    <?php
    phpinfo();
    ?>
    ]. I have also read that you can change some code in a file called httpd.conf file, but as I am a total Unix novice and not very familiar with using terminal, I have been very leary of this.
    If anyone has advice or resources, I would be eternally grateful!!
    Many thanks in advance,
    Lauren
    PowerBook G4   Mac OS X (10.3.9)  

    I'm afraid that you will keep running into roadblocks without learning the CLI. Mac OS X Unix Tutorial is a good starting point. Open the Terminal.app and type the following command:
    php -i
    Learn how to use Pico a simple unix text editor, so you can edit configuration files.
    Instead of installing pre-compiled binaries you might consider using fink to compile binaries from source code.

  • Installing php  on Lion

    Does anyone know how to install php on Lion?
    I tried editing the config file, but it doesn't allow me to edit the file: httpd.conf
    I can edit the folder(apache2) but not the file, I have full admin rights but when I try to edit the file in text edit it doesn't work...
    Thanks!

    php is a web server feature are you sure what you mean by wanting to install
    it on lion ?
    are you setting up a websever on your lion os ?
    http://en.wikipedia.org/wiki/PHP

  • Pages - Default Text Editor?

    How can I make Pages my default text editor?

    Hi DennisG,
    Thank you for the link. Now I have it, small file download. Yes it does look interesting, it will be fun to play around with getting to know it.
    On a side note to both you and Yvan: Back in my Windows days I did MS Office tech support. That caused me to became quite a Word junky creating specialty docs, brochures, and the like. With the arrival of Pages rarely do I use Word, only when someone needs assistance with a Word doc. I've moved to Pages, for what I do it's so much better than Word 2004 (don't have 2008).
    Some friends using AW want help with their AW thingys, so to assist them I reinstalled AW. Wow, I question why for years I hadn't used it: now I use AW more than Pages and Numbers. It amazes me how fast AW is, plus I like the DB as well. Yes the word processor and spreadsheet aren't as graphical as Numbers and Pages however, the print outs are very good, and both modules do numerous things Pages and Numbers yet cannot do.
    The more I use AW the more I understand why folks wished Apple, rather than start iWork from scratch, ported AW to iWork. Let's hope the next version of iWork will catch up to AW becoming the cats meow perhaps.
    Again thank you for the Bean link.
    Sincerely,
    RicD
    Sincerely,
    RicD

  • Make Pages default text editor

    How do I make Pages the default text editor? (Double click a .txt file and Pages opens instead of Appleworks)

    Hello kelwhite01,
    welcome to the Pages Discussions. Select a ".txt" Document in a Finder window and open the Infowindow for it (shortcut: "command" and "i"). In the middle of the window you see a section titled "Open with". There you can choose the app you want to open the selected document with. After choosing Pages, press the button at the bottom of the section to order the system to open every document of that type with Pages.

  • Making multilingual text editor

    hi,
    i would like to know how to proceed to make a multilingual text editor through java awt or swing.
    how to save the multilingual files and retrieve it back.i tried with awt. but i couldn't retrieve it back.
    Expecting a detailed help from you at the earliest.
    kuttu

    Hi there
    Go to the JAVA Tutorial Doc there is a section that covers the java sulotion to this problem
    Markus

  • How to Install 64-bit "Generic / Text Only" print driver on a 32-bit Windows 2003 Server?

    Hi All,
    In a nutshell, I need to Install the 64-bit Generic / Text Only print driver on a 32-bit Windows 2003 Server’s “Generic / Text Only 32-bit print queue.
    The problem is that there is no Driver-Disk to get the drivers. I’ve been able to isolate 14 files related to the 64 bit drivers from a Windows 7 x64 computer and copy them to a temp folder on the Windows 2003 x32 server. When I try to add the 64 bit driver
    to the Windows 2003 x32 server,  it wants a *.inf file, which I don’t have and can’t find.
    Because Microsoft will no longer support Windows XP, my client is replacing all of their Point-of-Sale Windows XP x32 systems with Windows 7 x64. They use Terminal Services (Remote Desktop) to connect to a Windows 2003 x32 server to use the POS system. The
    POS software redirects LPT1 back to the local Generic / Text Only printer. This works great for XP x32.
    When we use the Terminal Services POS software on the new Windows 7 x64 system, none of the labels print out because it’s redirected in 32-bit back to the local Windows 7 x64 Generic / Text Only 64-bit printer.
    This will be a huge issue for me if I can’t get this to work.
    Thanks in advance for any suggestions and help! -Rob

    those may be helpful...
    http://social.technet.microsoft.com/Forums/en-US/a129f49a-0216-41f0-b190-3efb46fbb8ac/generic-text-only-driver-on-windows-2008-server-r2?forum=winserverprint
    http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx
    Best,
    Howtodo

Maybe you are looking for

  • Changing text tone.

    Hey there, i am new ios. I just got my iphone 5 few days ago. After being with android for about 4 years. i just figured out how to change the ringtone and now i wanted to know how to i change the text tone. I want to make my own. Is this even possib

  • Need to take the N-th element from a queue

    hello everyone! I have a problem, i don't know how to take ony one element from a queue... Indeed, i need to take only the 3rd element of a queue but i don't know how to do that... so i though maybe i can change it as an array (with the vi "flush que

  • Hyperion Planning Release 4.0.5.2 windows Installer Licence File/code

    Hi All, Appreciate if anyone could let me know the license File or code of Hyperion Planning Release 4.0.5.2. windows installer. Just checked "licensecodes.oracle.com/hyperion.html" and did not find anything on the site. Thanks in advance. Balakrishn

  • Can you tell me what should I modify to fix error with constructor coding

    public class Address{      private String street;      private String city;      private String state;      private String zipcode;      public Address(String addressStreet, String addressCity,           String addressState, String addressZipcode){  

  • OBIEE fonts

    How can I install new fonts to OBIEE(BI Publisher)?