[PHP] RE: MySQL PHP Examples Training Providers Required

2004-08-11 Thread Lukasz Karapuda
Michael,

My company has recently developed a Web site module for a local
manufacturing company. The Web site module is a PHP and MySQL application
composed of several screens and advanced engineering functionality
(graphing, calculations etc). One of the database tables for the application
has over 110,000 records.

Why I chose to reply to your email is because PHP is not usually used for
the development of more complex functionality like the Web site module that
we have developed. The module performed well in testing. It has not been
released for production yet, so I don't have a good performance report on
the production version of the Web site module (with many concurrent users).

I could provide you the URL to the Web site when it is released to
production.

Regards,

--
Lukasz Karapuda
VP Application Development - newline Creations LLC
 e-mail: [EMAIL PROTECTED]
 http://www.thenewline.com



 -Original Message-
 From: Harlequin [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 10, 2004 7:07 PM
 To: [EMAIL PROTECTED]
 Subject: MySQL  PHP Examples  Training Providers Required
 
 Hi all.
 
 This might sound like a strange request but here goes.
 
 I'm looking for some examples of sites that are purely MySQL 
 and PHP running on Unix and that contain a few thousand 
 records preferably held in relational databases.
 
 Rationale:
 
 I need to justify PHP as a tool of choice over say vb.net or 
 Oracle. My recommendation, despite my limited knowledge of 
 MySQL and PHP is that even if we have 10-15 databases holding 
 upwards of 10,000 records each PHP and MySQL are the tools of 
 choice and I doubt that there are any functions missing that 
 you'd find in VB.Net. I could be wrong and if so, please let me know.
 
 My other question is that I am looking for training in the 
 UK, preferably in the North. I have no idea about 
 accreditation or certification requirements and wondered if 
 anyone could provide any recommendations...?
 
 Thanks for your time guys.
 
 --
 -
  Michael Mason
  Arras People
  www.arraspeople.co.uk
 -
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] CMS solution + web sites in CVS.

2004-07-10 Thread Lukasz Karapuda
I am currently restructuring the web site/web application development 
life cycle of my company. The new model requires the use of CVS (2 
branches) for each web site project. The issue I am facing is the 
maintenance/development of web sites utilizing CVS, while still 
providing content management functionality for the customers. I am 
currently utilizing the Macromedia Contribute software for client web 
site content management. The system however makes direct modifications 
to the live web site html/php pages, which makes it difficult to use 
while still trying to maintain the web site files in CVS.

I have considering the implementation of the server wide CMS written in 
PHP, that would separate the content into a database, and also provide 
the ability to include content management functionality in custom 
developed web sites. I am currently evaluating the eZ publish 3.4 
(http://ez.no/ez_publish).

I would appreciate feedback and recommendations of any other PHP user 
that has experience with the presented issue.

Thanks in advance,
--
Lukasz Karapuda
VP Application Development - newline Creations LLC
http://www.thenewline.com/portfolio.htm
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] RE: Computer algebra in PHP

2004-06-19 Thread Lukasz Karapuda
Take a look at the code available at http://www.phpmath.com. Several people
have contributed some numerical methods that could be useful for you.

Lukasz Karapuda





 -Original Message-
 From: Justin Patrin [mailto:[EMAIL PROTECTED] 
 Sent: Friday, June 18, 2004 6:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Computer algebra in PHP
 
 Chris Sangwin wrote:
 
  Does anyone know of any PHP scripts which perform simple computer 
  algebra functions in PHP?
  
  For example, (using a Maple-like syntax)
  
  expand( (2*x-2)^4 );
  diff( sin(x^2), x);
  factor( x^2+2*x+1, x);
  
  and so on.
  
  Many thanks
  Chris Sangwin
 
 :-) That would be nice.
 
 --
 paperCrane Justin Patrin
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: How do you handle device detection?

2004-04-11 Thread Lukasz Karapuda
Richard,

You would do that by looking at the user_agent parameter that is being send
by the browser to the server. PHP automatically places the user_agent
information in the superglobal: $_SERVER['HTTP_USER_AGENT']. The user_agent
string might seems cryptic, therefore PHP provides you a built-in function
for representing the user agent information in an object with properties
representing the features of the browser. The function is get_browser().
Link to documentation of this function:

http://www.php.net/manual/en/function.get-browser.php

Good luck,

Lukasz Karapuda




Richard Davey [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi all,

 This is just a general question to get some ideas from the wider
 world as it were.

 Say you've finished your site. It looks lovely and works perfectly.
 You have a CSS file for modern browsers and one that degrades for
 text-only devices also. You even have a special small width version
 for PDAs and the like.

 So how do you go about detecting just what is looking at your site?
 How would you handle detecting and then serving the same site for a
 standard browser, a screen-reader, a PDA device or a WAP/mobile
 device?

 Any tips/suggestions gratefully listened to.

 --
 Best regards,
  Richard Davey
  http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] MVC based frameworks and PHP5 Object Model.

2004-04-10 Thread Lukasz Karapuda
I am curious to see if the experienced PHP developers have a recommendation
as far as which MVC or Model 2 based framework is the most robust to use in
web applications that will be developed in PHP5. For Java developers the
Struts Framework has become an Industry Accepted choice, whereas in PHP we
have a few MVC Open Source frameworks available, such as php.MVC, phrame. I
am considering options for web app frameworks, that I can adapt and feel
comfortable about the fact that they will be continiously maintained and
adjusted to use the new OO capabilities of PHP5.

I think it would beneficial to endorse a specific framework for web app
development in order to gain more unity in the patterns that developers
utilize to build web applications. I believe that the existence of unified
and endorsed standards is what still makes the Java related frameworks for
web application development more accepted by the enterprise world.

This is a request for comment :D

Regards,

Lukasz Karapuda

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP application design with WAE UML.

2004-03-02 Thread Lukasz Karapuda
A very good tool for UML modeling is Microsoft Visio Professional 2002. 

I have found a very useful book on the subject of UML modeling for Web
Applications:

Building Web Applications with UML Second Edition 
By Jim Conallen 

Publisher : Addison Wesley 
Pub Date : October 04, 2002 
ISBN : 0-201-73038-3

-- 
Lukasz Karapuda










This message was sent using IMP, the Internet Messaging Program.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP application design with WAE UML.

2004-02-27 Thread Lukasz Karapuda
I have recently started to put more emphasis on PHP web application design and
the documenting techniques that are associated with that (UML, flowcharting). I
fairly well acquainted with UML diagraming techniques in general. 

I was not successful in finding a lot of resources on Web that would relate to
proven practices of web application design for PHP. I considered the use of the
Web Application Extension for UML standard. It seems however that in order to
sucessfully utilize that standard, there is a need to adopt a certain framework
for application development and assume the use of it for the design process.

I would appreciate any input on proven design/diagramming techniques for PHP web
application design.

-- 
Lukasz Karapuda










This message was sent using IMP, the Internet Messaging Program.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] set_error_handler() with class, method as parameters problem.

2003-06-13 Thread Lukasz Karapuda
This is not exactly a bug report, because i am not sure where problem
is.

I am using PHP4.3.1 on Win2000/IIS.

I am setting a custom error handler through:
set_error_handler(array($objError, 'handleError')); where $objError
is an instance of an error handling class.

Then, i trigger a user error in the following way: trigger_error(test
error, E_USER_ERROR);

The problem is that sometime the custom error handler is invoked and
sometimes it is NOT. The times when it is not invoked i get the
following error: Fatal error: test error in C:\.php on line
104

Does this mean that there is a problem in my Error Handler class or is
that a PHP issue with using a Custom Error Handler class?

Thanks in advance,

Lukasz Karapuda
@ [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php