Re: [nyphp-talk] PHP SunShine

2013-01-16 Thread Rainelemental
Hehe, are you coming too Gregg? From my iPhone On Jan 16, 2013, at 2:22 PM, "Greg Rundlett (freephile)" wrote: > Is php rain going to php sunshine? Oh no! ( Just kidding.) I guess that > would make a php rainbow. > > On Jan 15, 2013 6:41 PM, "Federico Ulfo" wrote: >> Hi guys, >> are yo

Re: [nyphp-talk] PHP Frameworks

2013-02-07 Thread Rainelemental
Hi since composer joined our toolkit and the php-fig standardized PSR things changed a lot, now frameworks are more such an ecosystem with different components that cooperate together. With this in mind, feel free to choose any frameworks that are PSR compliant and you'll do right, or even bett

Re: [nyphp-talk] PHP Frameworks

2013-02-07 Thread Rainelemental
I'll help to organize space and talk, I'm examining few components for my job and for my personal project, it could be interesting to show From my iPhone On Feb 7, 2013, at 10:42 AM, Daniel Krook wrote: > Hello, > > > From: Lester Leong > > To: NYPHP Talk > > Date: 02/07/2013 10:11 AM >

Re: [nyphp-talk] PHP Frameworks

2013-02-07 Thread Rainelemental
... I was saying, it could be interesting an overview of the top framework and their components. From my iPhone On Feb 7, 2013, at 10:42 AM, Daniel Krook wrote: > Hello, > > > From: Lester Leong > > To: NYPHP Talk > > Date: 02/07/2013 10:11 AM > > Subject: Re: [nyphp-talk] PHP Frameworks

Re: [nyphp-talk] PHP Frameworks

2013-02-07 Thread Rainelemental
In Sailthru we wanted to organize tech talks, so we'll definitely have the space, let's talk next week. From my iPhone On Feb 7, 2013, at 1:04 PM, Frank Cefalu wrote: > Kohana is built upon Codeigniter, so sorta in the same bundle. > > What are you looking to do? Expression engine is great s

Re: [nyphp-talk] MODX Meetup in NJ & Lena

2013-03-20 Thread Rainelemental
Awesome Hans!!! >From my iPhone On Mar 20, 2013, at 2:23 PM, Hans Z wrote: >> Hans and Daniel, I would be happy to give a presentation on MODX to the >> group, if it has been a while since one was delivered. We are using MODX >> for a broad spectrum of projects for start-ups through Fortune 50

Re: [nyphp-talk] Browser detection

2013-05-01 Thread Rainelemental
Fair enough. I need to do user analytics. From my iPhone On May 1, 2013, at 3:55 PM, Anthony Ferrara wrote: > The best way to do browser detection is to not do it. It's unreliable and > difficult to even come close to trying it. > > Why do you want detection? > > Anthony > > > On Wed, May

Re: [nyphp-talk] Browser detection

2013-05-01 Thread Rainelemental
I can't run JS and I didn't find any good PHP solution. I googled and networked around for sometimes, it looks like browser detection is just messed up because the browser finger prints don't have a standard. So, the best solution I found is definitely the online user-agent-string.info API, wh

Re: [nyphp-talk] GIT! (was: CentOS v Ubuntu)

2013-06-22 Thread Rainelemental
OT flame? Ok I jump in. +1 for git... I mistakenly did a push -force deleting days of commits... I called a colleague and asked to push back his latest commit, that saved the day. Having multiple copy is like having lot of backups, so awesome. How could you do that in SVN? Git is the FTP kill

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

2013-09-17 Thread Rainelemental
hey you don't need to over engineer your problem, it's a website for a pizzeria, seriously all you need is window.print() and a page that refresh itself. From my iPhone On Sep 17, 2013, at 7:24 AM, selyah wrote: > thanks for your input and suggestions... > > From: Matthew Kaufman > To: