Search results

  1. J

    How to open httpd.conf with regular editor

    Hi all is there a way to open the file httpd.conf with a regular editor for the finder. Everytime I want to open the httpd.conf file I have to tuype something like: sudo vi httpd.conf <password> I would ike to open it with bbedit for example, how can I do that from the finder? How...
  2. J

    Error installing PHP5 on mac os x 10.3.9

    Hi all I am getting an error message when I try to install PHP5 in my mac os x 10.3.9 I am following the steps indicated in this page: http://www.phpmac.com/articles.php?view=221 and I get several error messages, it ends with :make: *** [ext/libxml/libxml.lo] Error 1...
  3. J

    shows php source code instead of result

    Hi all I downloaded Apache/PHP5/MsySQL from WebserverXKit. When I open the test.php file in my local space: http://localhost/~jsn/test.php it shows the source code instead of the regular result. any ideas why it fails ? thanks jsn
  4. J

    /Library/Apache2/htdocs/

    I fixed it modifying the Directory line in the httpd.conf in /usr/local/apache2/conf now when open the test.php file, it shows the source code? <?php phpinfo(); ?> why? jsn
  5. J

    /Library/Apache2/htdocs/

    Hi all I am tryng to open a page in my localhost: http://localhost/~jsn/test.php but by default Apache read in: /Library/Apache2/htdocs/ and get the following error messagel; The requested URL /~jsn/test.php was not found on this server. how can I fix is?
  6. J

    Help: how can I capture offscreen images?

    Mikouro. They say Carbon because SWT is implemented in Carbon
  7. J

    Help: how can I capture offscreen images?

    I found this post where they explain what an offscreen image means http://realgurus.com/tutorials/PictGraph.html the goal is to capture the image of the widget, off screen: https://bugs.eclipse.org/bugs/show_bug.cgi?id=47716#c33 Thanks jose
  8. J

    Help: how can I capture offscreen images?

    Hi all I got this request: "The first thing we'll need in order to make it work is to create a way for offscreen images of widgets to be captured. This will most likely involve writing native (non-Java) code using OS X's system APIs (in this case Carbon -...
  9. J

    Eclipse, SWT and Visual Editor

    Hi all I am using eclipse with SWT controls or widgets, and when I open Visual Editor and create a Visual Class with it, if I choose a swing component for example jframe I am able to add controls (widgets) in the new form. But when I select to create a SWT Visual Class the form does not...
  10. J

    Eclipse or Netbeans in MAc OS X

    it looks like Netbeans wins!!!
  11. J

    Eclipse or Netbeans in MAc OS X

    Hi all. I need to develop a project in java, using GUI and database access, that will run in windows/linux. What do you recommend Netbeans or Eclipse ? Thanks jsn
  12. J

    Mac OS X on intel PCs?

    Hi all Is that true that we can install Mac OS X for Intel in a regular PC? May be we will use the first $100 computer :-) http://www.business2.com/b2/web/articles/0,17863,1083344,00.html thanks jsn
  13. J

    Eclipse and SQLExplorer

    Hi all After reading this article http://www.onjava.com/pub/a/onjava/2005/05/11/sqlexplorer.html it explains how to install it in windows, but not in mac os x. After decompressing the zip file I get afolder net.sourceforge.sqlexplorer_2.2.4, and inside 6 items: - default_drivers.xml -...
  14. J

    What is the format of this movie??

    Hi all I downloaded a movie form the internet that has this name: (nameofthemovie).[CVCD].[TS-Screener].[WwW.LiMiTeDiVx.CoM].mpg How can I see its format? When I open it with Quiktime it says that it is a MPEG movie. This movie has b-frames, that means that it is packed with the...
  15. J

    Convert from Div to DVD, or avi, or vcd, or svcd, or mpeg

    Hi What software do I need to convert a file from from Div to DVD, or avi, or vcd, or svcd, or mpeg. thanks jsn
  16. J

    Quicktime: "Warning: Nothing to Output Bframe decoder Lag"

    Hi MisterMe. I already downloaded DivX Quicktime codec; and I am able to see the movie with Quicktime or VCL. But when I try to copy the movie to a CD to preview it in a dvd player that plays multizones (PAL, and NTSC), it does not work correctly. My Questions are: - Why does my movies...
  17. J

    Quicktime: "Warning: Nothing to Output Bframe decoder Lag"

    Hi the issue is with the fact that the MEG file has been packed with B-Frames or encoded with packed bitstream. To fix it this article explains: http://www.slo-tech.com/script/forum/izpisitemo.php?threadID=142847 but I need to use two softwares: Gsopt and MPEG4Modifier v1.3 do you...
  18. J

    Quicktime: "Warning: Nothing to Output Bframe decoder Lag"

    I have two dvd players one for NTSC, and another for PAL and NTSC.
  19. J

    Quicktime: "Warning: Nothing to Output Bframe decoder Lag"

    Hi. I downloaded a movie .mpeg, type divx, and when I try to open it with Quicktime, I got the following message: "Warning: Nothing to Output Bframe decoder Lag". The movie has a size of 760 megas and does not fit in a 700 megas CD. Another movie smaller of the same kind that I burned on...
  20. J

    dynamic forms for a php/mysql

    hi all I am currently looking for tools such as scripts that allow to generate dynamic forms for a mysql database using php. In the generated form, I need to insert, update and delete content or manage business logic. Those scrits should be front end oriented for regular end users, not...
Back
Top