Re: [nyphp-talk] Word Doc to PDF?

2007-01-24 Thread Russ Demarest
Since nobody pointed this out yet, OS X prints to PDF from any application. Russ David Krings wrote: Brian Dailey wrote: Does anyone have any experience or information on converting a simple Word document to a PDF? I've seen a few utilities that do this, but all of them are Word doc to printe

Re: [nyphp-talk] IDE help switching from Windows to MAC

2007-01-25 Thread Russ Demarest
A nice terminal for osX until leopard and perhaps after... iterm http://iterm.sourceforge.net/ edward potter wrote: thats it. :-) ed On 1/25/07, Robert Landrigan <[EMAIL PROTECTED]> wrote: I believe that he's referring to the long awaited tabbed Terminal, which will be in Leopard. --

Re: [nyphp-talk] Database, table, and column naming schemes

2009-09-12 Thread Russ Demarest
Matt, This is how I originally learned it way back when and still believe. SQL should read almost like english. Tables are named in the plural. Columns are singular. id columns are the table name singular "_id". For example. create table users ( user_id int auto_increment not null,

Re: [nyphp-talk] Database, table, and column naming schemes

2009-09-12 Thread Russ Demarest
Matt, It is really hard to talk about tables without understanding the data needs. If you want to come up with an example of what you need to do we could all suggest structures. I don't really get the levels concept of a relational db, but what do I know :) Part of good db design is to

Re: [nyphp-talk] Database, table, and column naming schemes

2009-09-12 Thread Russ Demarest
Well a customer to account would be a one to many. customers customer_id name accounts account_id name customer_id ... services service_id name ... account_services account_service_id account_i

Re: [nyphp-talk] Database, table, and column naming schemes

2009-09-12 Thread Russ Demarest
I think the definition would be in the services table. The entity is a service, hosting or something. The columns in services should define the entity (serivce). So the service_id in account_services ties back to what the service is. On Sep 12, 2009, at 10:27 PM, Matt Juszczak wrote: accou

Re: [nyphp-talk] html to PDF conversion?

2010-03-05 Thread Russ Demarest
I have used this in the past. http://www.htmldoc.org/ Good luck On Mar 5, 2010, at 3:07 AM, David Roth wrote: > The solution doesn't have to be written in PHP, but it's fine if it is as > long as it works. > > I'm looking for a command-line way to convert HTML to a PDF on CentOS 5.4, > becau

Re: [nyphp-talk] ot: rackspace cloud / slicehost

2011-02-09 Thread Russ Demarest
I been using slicehost for several projects and can recommend them. On Feb 9, 2011, at 5:53 PM, Rob Marscher wrote: > On Feb 9, 2011, at 5:19 PM, Daniel Convissor wrote: >> I guess if you have some other preferred vendor, that'd be interesting to >> hear. > > I've been following these new cloud

[nyphp-talk] Drupal Performance

2011-10-05 Thread Russ Demarest
Hi, I am working on porting a site from a custom LAMP code base to Drupal 7. Drupal is running pretty slow on the same server config/VM that has hosted the site nicely for years. I have enabled Drupal caching but things are still sluggish. I am trying to determine what a reasonable hard

Re: [nyphp-talk] Creating a URL

2011-11-30 Thread Russ Demarest
How about a shared hosting service where the server is set up and you can use it to learn how to do what you want. GoDaddy is like $3 a month. Good Luck, Russ On Nov 30, 2011, at 11:03 AM, Carla Gomez wrote: > I saw the info and no creating a form is not the task of concern. I am > collecting

Re: [nyphp-talk] dot equal

2013-07-11 Thread Russ Demarest
Can you post the line where it happens? On Jul 11, 2013, at 6:14 PM, Nicholas Hart wrote: > > Hi, > > I am trying to run existing php source on Xen VM using Centos64. I seem to > be having trouble with the dot equal (.=) string operator. Is there some way > to turn this on in php.ini? I k