Re: [nyphp-talk] printing orders to a printer

2013-09-17 Thread Matthew Kaufman
http://www.interfax.net/files/dev2/index2.htm On Sep 17, 2013, at 11:58 AM, Rob Marscher wrote: > On Mon, Sep 16, 2013 at 9:32 PM, selyah wrote: > Hi everyone: > I am redesigning a website for a pizza shop and one of the criteria is to > have the orders that are placed on the to be printed on

Re: [nyphp-talk] printing orders to a printer

2013-09-17 Thread Matthew Kaufman
If you want to fax; don't use a 3rd party service. Use PBX in a Flash or Asterisk;…. http://pbxinaflash.net/ On Sep 17, 2013, at 11:58 AM, Rob Marscher wrote: > On Mon, Sep 16, 2013 at 9:32 PM, selyah wrote: > Hi everyone: > I am redesigning a website for a pizza shop and one of the criteria is

Re: [nyphp-talk] printing orders to a printer

2013-09-16 Thread Matthew Kaufman
selyah, I was in the middle of writing a reply and got distracted: …….In my experience……. Scenerio 1: You have a NORMAL INKJET/LASER PRINTER? Use CUPS/cupsd. It is easy to configure and setup a simple method to send a document to a http or print spool over a network. Just tunnel your doc

Re: [nyphp-talk] Mysql tweaking

2013-09-14 Thread Matthew Kaufman
Hi Guys, I wouldn't automatically disregarded MySQL as being not possible to utilize on a single board controller; what about a tunnel or parodying solution; such as `mysql-proxy`? It's memory usage would I assume be lower? On Sep 1, 2013, at 1:34 PM, Gary Mort wrote: > As a followup on my

Re: [nyphp-talk] Printing Colorful Arrays In The Terminal...

2012-05-31 Thread Matthew Kaufman
http://pear.php.net/Console_Color On Thursday, May 31, 2012, Darryle Steplight wrote: > Hi Everyone, > > I'm writing a cron script which I'm testing by executing the > script from the command line. The output is obviously displaying in > the terminal and I would like to change the font colo

Re: [nyphp-talk] How to make PHP apps scale

2012-05-26 Thread Matthew Kaufman
Lol, yeah this article sucks. It is fitting to the magazine. On Saturday, May 26, 2012, Anthony Ferrara wrote: > That article is so full of FUD and bs that it's not even funny. I > mean, he points to NoSQL wins for scalability, but attributes them to > TCP connections?!?!?! WTF??!?!?! > > Sound

Re: [nyphp-talk] Monetizing Open Source Code

2012-05-19 Thread Matthew Kaufman
This doesn't answer your question, but check out http://apps.gotonames.com On Saturday, May 19, 2012, Kristina Anderson wrote: > Greetings, all! > > For a while now I've been tossing an idea around in my head -- building > and maintaining a saleable open source product rather than doing hourly >

Re: [nyphp-talk] EC2 vs Rackspace Cloud WAS: What Distro?

2012-05-18 Thread Matthew Kaufman
d :) > > how much ram they had? > > > On Sat, May 19, 2012 at 1:46 AM, Matthew Kaufman wrote: > > FYi, My first bill on Rackspace with about 14 instances running was > ~$5,900+, LOL. > > > On Saturday, May 19, 2012, Federico Ulfo wrote: > > Thanks so much for y

Re: [nyphp-talk] EC2 vs Rackspace Cloud WAS: What Distro?

2012-05-18 Thread Matthew Kaufman
FYi, My first bill on Rackspace with about 14 instances running was ~$5,900+, LOL. On Saturday, May 19, 2012, Federico Ulfo wrote: > Thanks so much for your feedback about the distro, that helped me a lot, > so in the end I setup a Debian instance on Rackspace. Following your > suggestions I chos

Re: [nyphp-talk] EC2 vs Rackspace Cloud WAS: What Distro?

2012-05-18 Thread Matthew Kaufman
Ha, This is the problem with using EC2 or any cloud provider, you have zero security on the top-down. I only trust physical boxes. On Friday, May 18, 2012, Hans C. Kaspersetz wrote: > > Ive been using Linode (linode.com) for small servers for years. Good > value, > > reliable and very flexible.

Re: [nyphp-talk] What Distro?

2012-05-18 Thread Matthew Kaufman
I was always weary of CentOS back doors: http://www.webhostingtalk.com/archive/index.php/t-1005973.html On Friday, May 18, 2012, Anthony Ferrara wrote: > Darryle > > > +2 for CentOs :p . Installing PHP via YUM was the only gotcha for me. > > Really? I've used remi for 5.3: > http://blog.famillec

Re: [nyphp-talk] What Distro?

2012-05-18 Thread Matthew Kaufman
Debian On Friday, May 18, 2012, Donald Organ wrote: > Ubuntu > > On Fri, May 18, 2012 at 3:32 PM, Federico Ulfo > 'rainelemen...@gmail.com');> > > wrote: > >> Dudes, I've an Amazon AWS account and I just got a Rackspace account, now >> I need to configure a Linux server for a LAMP stack. In AWS

Re: [nyphp-talk] Web browser quality

2012-05-11 Thread Matthew Kaufman
The web browser 'Dillo' is great :). Or the graphical version of links On Friday, May 11, 2012, Hans Zaunere wrote: > > Here is my OSX user experience, I was using Firefox for > > inspect/debugging web page, it's good but too over-bloated with > > functionalities and plugins. > > Agreed, and it s

Re: [nyphp-talk] I've been hit with an eval(base64_decode("....")) injection attack

2012-03-27 Thread Matthew Kaufman
Yeah SoftLayer is a good host. What was the other dedicated host also, that was owned by ex-RackSpace, for dedicated? On Tuesday, March 27, 2012, Hans C. Kaspersetz wrote: > > > On Mar 27, 2012, at 12:19 PM, Matthew Kaufman wrote: > >> If you use RackSpace, I encourage NOT

Re: [nyphp-talk] I've been hit with an eval(base64_decode("....")) injection attack

2012-03-27 Thread Matthew Kaufman
You can? With root access? On Tuesday, March 27, 2012, Chris Snyder wrote: > On Tue, Mar 27, 2012 at 12:16 PM, David Mintz wrote: > >> Thanks to all. Maybe also I should consider leaving shared hosting >> altogether, and moving to Rackspace or similar. It looks like prices have >> come way down

Re: [nyphp-talk] I've been hit with an eval(base64_decode("....")) injection attack

2012-03-27 Thread Matthew Kaufman
e: > > > On Tue, Mar 27, 2012 at 11:20 AM, Matthew Kaufman wrote: >> >> Apache's mod_websecurity and Snort will help... >> > > Thanks to all. Maybe also I should consider leaving shared hosting altogether, and moving to Rackspace or similar. It looks like

Re: [nyphp-talk] I've been hit with an eval(base64_decode("....")) injection attack

2012-03-27 Thread Matthew Kaufman
Apache's mod_websecurity and Snort will help... On Tuesday, March 27, 2012, Chris Snyder wrote: >>> Oh, and lock down your file permissions. The web server shouldn't be >>> allowed to write to any files or directories. >>> >> >> Except when it really needs to, like for writing data to a file-bas

Re: [nyphp-talk] analysis of php attacks

2011-10-20 Thread Matthew Kaufman
Encoding, Javascript, Even over HTTP Headers. LOL I love this post because Quite a bit of ways and way too many to list; Daniel I really appreciate this post and your consulting company looks really great. On Thu, Oct 20, 2011 at 4:15 PM, Ben Sgro wrote: > Hello Dan, > >> but it'd be good to kno

Re: [nyphp-talk] Most common Framework

2011-09-14 Thread Matthew Kaufman
yes On Wed, Sep 14, 2011 at 2:20 PM, Darryle Steplight wrote: > "The framework choice is always less important than having a > well-designed database underlying your code." <- #sotrue > > On Wed, Sep 14, 2011 at 1:08 PM, Kristina Anderson > wrote: > > A lean & mean AJAX-specific framework is S

Re: [nyphp-talk] Stripe.com - anyone want an invite?

2011-09-11 Thread Matthew Kaufman
Yes I do On Sun, Sep 11, 2011 at 12:05 PM, Dan Horning wrote: > I have a bunch! right now it's decent as a product and just needs some more > apps that support it. > drop me an email offlist if you want to get invited > > -- > -- > Dan Horning > > American Digital Services - Where you are only li

Re: [nyphp-talk] Extra Laptop

2011-08-26 Thread Matthew Kaufman
w me too well) and I haven’t hurt anyone yet. * On Fri, Aug 26, 2011 at 4:36 PM, Matthew Kaufman wrote: > Tom, > > Regarding "current or new ideas" -- Well That is what I have spent the past > 3 years on. > > I definitely have isolated too much unfortunately (and un-inten

Re: [nyphp-talk] Extra Laptop

2011-08-26 Thread Matthew Kaufman
gt; > > > On Aug 26, 2011, at 3:27 PM, Ben Sgro wrote: > > > >> I have a t60. Ping me offline on Monday after the storm. I remember you > from many years on the list Matt. > >> > >> > >> > >> On Aug 26, 2011, at 2:56 PM, Matthew Kaufman >

Re: [nyphp-talk] Extra Laptop

2011-08-26 Thread Matthew Kaufman
:27 PM, Ben Sgro wrote: > > > I have a t60. Ping me offline on Monday after the storm. I remember you > from many years on the list Matt. > > > > > > > > On Aug 26, 2011, at 2:56 PM, Matthew Kaufman wrote: > > > >> Does any one have a *spare* laptop t

Re: [nyphp-talk] Extra Laptop

2011-08-26 Thread Matthew Kaufman
I have a t60. Ping me offline on Monday after the storm. I remember you > from many years on the list Matt. > > > > On Aug 26, 2011, at 2:56 PM, Matthew Kaufman wrote: > > > Does any one have a *spare* laptop they could loan another developer? > > > > I just re

[nyphp-talk] Extra Laptop

2011-08-26 Thread Matthew Kaufman
Does any one have a *spare* laptop they could loan another developer? I just replaced my laptop that had died on Saturday with a used IBM ThinkPad T60 1952-CTO, (I know old, but I just use Fluxbox and Linux for basic shell and vim). Unfortunately, The ThinkPad's motherboard died Sunday night and

Re: [nyphp-talk] PHP html DOM manipulation

2011-08-09 Thread Matthew Kaufman
PS: This is a little 'known secret' (okay, not really) -- But if you really want to have fun with DOM Manipulation; install Squid 3 and setup an ICAP server --- GreasySpoon (http://greasyspoon.sourceforge.net/): GreasySpoon is a real-time solution allowing you to easily manipulate Web traffic on t

Re: [nyphp-talk] PHP html DOM manipulation

2011-08-05 Thread Matthew Kaufman
I like hpricot and mechanize but they are Ruby only. In PHP there is Snoopy, but it wasn't that good. Matt Kaufman http://mkfmn.com/RESUME.pdf On Fri, Aug 5, 2011 at 6:39 PM, Gary Mort wrote: > I was wondering what the current favorites are for PHP html DOM > manipulation are. > > I ran across