Hi all,
I'm working on a relatively straight forward Web API that'll have a
SOAP presence. The most secure way of going about doing
authentication would be undoubtedly client-certificate authentication.
I have been able to implement such a service straight forward as
there is plenty of documenta
Hey all,
Apologies ahead of time if this isn't the appropriate forum for my
inquiry. I'm evaluating Zend Studio for Eclipse and it's certainly
making some features that I'd hope would be trivial, extremely
onerous. I'm simply trying to take an existing project which I started
in TextMate and impo
So, I use a Mac to develop with. I used to host Zend Core on my box,
until I switched to the MAMP PRO framework.
Unfortunately somewhere in between, this lovely issue started occuring
with my CLI binary of PHP:
foo:~ sf$ php -l
dyld: NSLinkModule() error
dyld: Symbol not found: _zend_extensions
It required creating my own 'Custom Profile' which allowed me to
manipulate the Font and/or Size. As soon as I modified those, it
worked fine.
Thanks for the assistance all. Pain in the butt issue!
/sf
On 3/3/08, Sancar Saran <[EMAIL PROTECTED]> wrote:
> On Monday 03 March
l Vogel <[EMAIL PROTECTED]> wrote:
> Richard Lynch schrieb:
>
> > On Sun, March 2, 2008 11:07 pm, Steve Finkelstein wrote:
> >
> >> Hi all,
> >>
> >> I know this isn't a forum for Zend IDE, but since there's probably a
> >>
]> wrote:
> Steve Finkelstein schreef:
> > Hi all,
> >
> > I know this isn't a forum for Zend IDE, but since there's probably a
> > decent population here using it, I figured I'd ask away.
> >
> > I'm using 5.5.1 Professional on Mac OSX
Hi all,
I know this isn't a forum for Zend IDE, but since there's probably a
decent population here using it, I figured I'd ask away.
I'm using 5.5.1 Professional on Mac OSX 10.5.2. My issue here is that
all left brackets, (eg: [ ) are not showing up in the code editor. I
have a screenshot of it
Hi all,
I've tried googling around to find some blogs with decent information
on whether Zend Eclipse is mature enough to make the jump over from
5.5.x just yet.
Admittedly, I've dropped Zend Studio as of late and been writing all
of my code in TextMate -- but at the end of the day when a project
Hi folks,
I just completed my first reading of Advanced PHP Programming by
George Schlossnagle and was very impressed and thankful for the wealth
of information with examples provided by George.
With that said, there is a chapter dedicated to Authentication using
client-side cookies and encryptin
d the
> entire page.
>
> Remember it's all just Javascript trickery with CSS that works great
> on Safari browsers (and works almost identical actually now in
> Firefox...)
>
> It's very easy to implement, I had some initial confusion too how it
> routes the requests
Hi folks,
Probably the most impressive application I've run into for the iPhone has to
be Facebook's implementation. I'm looking for ways to improve my application
to be as responsive as theirs. Unfortunately it has quite a way to go. Does
anyone know how this form of 'routing' works?
For instanc
Thanks Tedd... looks like a promising link. I'll take a look!
On 12/12/07, tedd <[EMAIL PROTECTED]> wrote:
>
> At 5:36 PM -0500 12/8/07, Steve Finkelstein wrote:
> >Hey folks,
> >
> >One area I lack experience in is writting a solution to index/search on a
>
Hi everyone,
I was curious if anyone has had the opportunity to work with or for
heritage web solutions? If so, would you be able to share your two
cents with any experience with them?
Thanks!
- sf
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
Hi all,
I'm having a brain freeze with some simple code that I wrote and now trying
to refactor.
I have a block of code that looks like this:
public function backup()
{
$fname = "$this->dbName.sql.$this->zip";
$this->cmd = "mysqldump -Q -u $this->dbUser -p$this->db
Hey folks,
One area I lack experience in is writting a solution to index/search on a
site. Would anyone be kind enough and point me in the right direction as far
as any books which discuss some simple solutions or articles/blogs on the
web? Clearly I'm not looking for anything as complex as Google
7, Daniel Brown <[EMAIL PROTECTED]> wrote:
> On Dec 6, 2007 3:23 AM, Jochem Maas <[EMAIL PROTECTED]> wrote:
> > Steve Finkelstein wrote:
> > > Thanks for your humble opinions. Appreciate the feedback!
> >
> > humble?
>
> People on this list a
Hi all,
Going to cut it short and to the point. Do most of you freelancers get
by with enough work that does not require front-end UI/design? Do you
find it easier to get more work when you're strengths in design are
just as creative as your programming capabilities?
These are questions I'm enter
Hi all,
I'm contemplating on a proper way of handling a counter for profile
views on my auto dealership website. I'm currently confused with the
type of algorithm to approach this with.
Say a user has a registered session, and views profile a). I can
increment the counter for that vehicle. The us
How're you folks dealing with records that are auto incremented in MySQL
after a delete is made? I've noticed the only way to get a sequential order
back is to truncate the table completely.
Do you use logic in your code to find a missing ID and insert new records
based on that? Or do you just ign
Hi all,
Can anyone suggest a photo upload/framework type library I can incorporate
seamlessly into a PHP project I'm working on?
I'd like for users to have an elegant UI to upload photos of their vehicles
into my application. Mutli-file and progress bars would be a plus. I'm
looking to integrate
Hi all,
This isn't a 'which framework is better than the other' question. I'm a
novice developer and I'm looking to conform to an MVC model for my
applications. I was wondering if anyone would be kind enough and has used
code igniter, to respond to me and let me know their thoughts on it, and if
i
Hi all,
I have rudimentary application which has an index.php that looks like this:
ini_set( 'display_errors', true );
require_once'include/Model.php';
Immediately after that include/Model.php is processed, Model.php consists of
this:
require_once 'DB/DataObject.php';
Thi
Hi all,
I was curious if anyone could provide some insight on tools which allow
developers who strictly focus on server-side programming and not UI, to
quickly implement XHTML/HTML templates with proper div placement. Drag and
drop would be preferable.
I'm currently working on a project which no
Hi all,
This is more of a conceptual based inquiry. I'm currently working on
some projects which require me to build system 'X' prior to any
(X)HTML/CSS/graphics are available to me. A lot of the time, I just
garble up default tables/forms/images to replace what the designer will
be ultimatel
All,
I'm terribly sorry if this is a redundant inquiry. I'm a rather
inexperienced developer who's catching on quickly, and looking for a
framework to build out a project I've been assigned. I'm more of a read
a book and try things out type of learner.
My question to those with more experien
Hi all,
Does PHP happen to have something similar to Perl's File::Tail ->
http://search.cpan.org/~mgrabnar/File-Tail-0.99.3/Tail.pm?
I'm looking to be able to tail a file on the server side and somehow
figure out how to use AJAX to keep the file consistently updated through
to the client.
Any su
Hello -
I'm looking for recommendations on literature which will give me ideas
on best practices for design and implementation of web applications,
with if possible, PHP as its core reference language.
Syntax has never been the challenge for me, like for most, it's always
been the most practical
Might I suggest using an IDE to develop your code in. It would be able
to spot simple oversights such as syntax errors. I personally use Zend
Studio, however if you aren't looking to invest in a license, there are
plenty of open source solutions out there.
Cheers,
- sf
James Lockie wrote:
> Paul
28 matches
Mail list logo