php-general Digest 9 Oct 2008 11:01:00 -0000 Issue 5726

Topics (messages 281628 through 281634):

Re: Flow chart tool
        281628 by: Ashley Sheridan
        281629 by: Haig Dedeyan
        281630 by: Ashley Sheridan
        281632 by: Aschwin Wesselius

Re: UTF-8 errors in RSS feed
        281631 by: Bastien Koert

Re: sms interfaces?
        281633 by: clive

Re: Login
        281634 by: Jason Pruim

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
On Wed, 2008-10-08 at 18:45 -0400, Haig Dedeyan wrote:
> Hi everyone,
> 
> is there a software that will create a flow chart indicating what php 
> pages are using what tables in a MySql dbase?
> 
> Haig
> 
To my knowledge no such software exists. You could include an extra bit
of code in each of your pages to make an entry in your MySQL database,
but i'm guessing that for you this goes beyond what you are looking for.


Ash
www.ashleysheridan.co.uk


--- End Message ---
--- Begin Message ---
Ashley Sheridan wrote:
On Wed, 2008-10-08 at 18:45 -0400, Haig Dedeyan wrote:
Hi everyone,

is there a software that will create a flow chart indicating what php pages are using what tables in a MySql dbase?

Haig

To my knowledge no such software exists. You could include an extra bit
of code in each of your pages to make an entry in your MySQL database,
but i'm guessing that for you this goes beyond what you are looking for.


Ash
www.ashleysheridan.co.uk


Thanks Ash.

I was hoping to avoid that route. I guess I can write a script to scan all my pages and whatever table reference it finds, it can flag it for me and then I can make the flowchart myself.

Haig

--- End Message ---
--- Begin Message ---
On Wed, 2008-10-08 at 19:08 -0400, Haig Dedeyan wrote:
> Ashley Sheridan wrote:
> > On Wed, 2008-10-08 at 18:45 -0400, Haig Dedeyan wrote:
> >   
> >> Hi everyone,
> >>
> >> is there a software that will create a flow chart indicating what php 
> >> pages are using what tables in a MySql dbase?
> >>
> >> Haig
> >>
> >>     
> > To my knowledge no such software exists. You could include an extra bit
> > of code in each of your pages to make an entry in your MySQL database,
> > but i'm guessing that for you this goes beyond what you are looking for.
> >
> >
> > Ash
> > www.ashleysheridan.co.uk
> >
> >
> >   
> Thanks Ash.
> 
> I was hoping to avoid that route. I guess I can write a script to scan 
> all my pages and whatever table reference it finds, it can flag it for 
> me and then I can make the flowchart myself.
> 
> Haig
For complete system agnosticism, I'd create the flowchart as  a series
of graphics, and then put those together in a page? I'm not sure on what
the best route is for blind users, so I'm hoping someone else in the
group can lend a hand on this one?


Ash
www.ashleysheridan.co.uk


--- End Message ---
--- Begin Message ---
Ashley Sheridan wrote:
For complete system agnosticism, I'd create the flowchart as  a series
of graphics, and then put those together in a page? I'm not sure on what
the best route is for blind users, so I'm hoping someone else in the
group can lend a hand on this one?

I would combining the scanning with putting the info into a GraphViz .dot file and use that to export it as a graphic. That way, you can interlink the overviews with each other and GraphViz finds the way to do this by itself.

--

Aschwin Wesselius

/'What you would like to be done to you, do that to the other....'/

--- End Message ---
--- Begin Message ---
[snip]
>
> I'm trying to load an external rss feed into a DomDocument, the feed says
>>>> it's uft-8 but DomDocument rightly disagrees. This causes a warning: Input
>>>> is not proper UTF-8, indicate encoding ! Bytes: 0xA3 0x36 0x35 0x20
>>>>
>>>> Is there any way I can get DomDocument to skip that part of the feed.
>>>> I'm not looking for the LIBXML_NOERROR option which results in not loading
>>>> the feed at all. The feed has some incorrectly encoded pound sign in it 
>>>> that
>>>> causes the problem. I'd much rather have the feed just without that pound
>>>> sign (or maybe some weird character) than not having the feed at all.
>>>>
>>>> Thanks,
>>>> Ron
>>>>
>>> [/snip]

What about a simple str_replace on the string before moving to the
DomDocument?


-- 

Bastien

Cat, the other other white meat

--- End Message ---
--- Begin Message ---
Rene Veerman wrote:
hi, i'd like my app to send sms warnings of some events.

if you know of a free / cheap sms service that can be called from php, please let me/us know.

u earn extra points if it can send to dutch phones / any phone in the world ;)

I have used these guys successfully before, bulksms.com and I know they have good coverage of the globe.

Some mobile operators allow you to send a text to their users as an email for free ,ie [EMAIL PROTECTED],

Clive


--- End Message ---
--- Begin Message ---

On Oct 8, 2008, at 5:48 PM, Stut wrote:

On 8 Oct 2008, at 22:32, Ashley Sheridan wrote:
On Wed, 2008-10-08 at 22:15 +0100, Stut wrote:


Obviously, I'm a programmer, so I probably don't fall into the 'normal'
category for advertising ;)

You may think that but I've never come across any statistics that suggest that programmers or even technical people in general have a lower response rate to any form of advertising. I'm sure they are differences, but as a percentage of internet users we're insignificant for most websites these days, even when it comes to games.

As someone who works in the advertising and marketing field, I can say I have never seen stats that say programmers click rates are less then Joe Blow. Advertising and marketing boils down to 2 things.. Offering the right person the right offer. And doing it at the right time.

Right now you may not be interested in purchasing Bawls [1]. But if you have a huge project and need to work 20 hours a day for a few weeks... It might not sound so bad.


[1]http://www.bawls.com/


--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
11287 James St
Holland, MI 49424
www.raoset.com
[EMAIL PROTECTED]





--- End Message ---

Reply via email to