Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 17-09-07
savespy's Avatar
Registered User
 
Join Date: Feb 2006
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
savespy is an unknown quantity at this point
  Calling a helpful PHP expert

First off my skills are firmly planted in the design side of things so anything beyond css and xhtml and I get lost pretty quick. So if it sounds like I don't know what I'm talking about then it's cause I really don't

A friend's been doing some development for me but PHP isn't his language of choice and he's hit a problem that he can't figure out. It involves PHP, Javascript/Ajax and an XML feed and am looking for someone who might be able to help or have a look at it with a fresh pair of eyes.

It would take a while to describe here and it's still in test so if anyone's willing to have a look then please drop me a PM and I'll get back to you with the details or can chat on msn.

If you're able to help then I can return the favour with some design work or pay you for your time for any further development.

Thanks,

Grant
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 17-09-07
Registered User
 
Join Date: Sep 2007
Posts: 582
Thanks: 0
Thanked 0 Times in 0 Posts
cyates is an unknown quantity at this point
  Re: Calling a helpful PHP expert

HI GRANT

DROP ME AN EMAIL CHRISYATES23 at GMAIL.COM

sorry for caps .. typed before i realised lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 17-09-07
savespy's Avatar
Registered User
 
Join Date: Feb 2006
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
savespy is an unknown quantity at this point
  Re: Calling a helpful PHP expert

Thanks cyates or CYATES tbp's kindly having a look just now so hopefully should be ok, will keep you posted.

Much appreciated and thanks to esnagel for the offer of help too. Don't hesitate to give me a shout for help with any css or design related stuff even though you probably know more than me it'll make me feel useful
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 17-09-07
Registered User
 
Join Date: Nov 2003
Location: London
Posts: 524
Thanks: 0
Thanked 4 Times in 4 Posts
moredial is an unknown quantity at this point
  Re: Calling a helpful PHP expert

The usual answer that I give is to throw out the javascript/ajax as it is usually impossible to get anything other than very simple code to work in more than one version of a browser, let alone get it to work in the 6 major browsers.

There is nothing you can do in ajax that can't be done using just php, and that without the browser incompatibility issues. And it works in text only browsers too, so you cover yourself for all the accessibility requirements.

If you are using ajax to hide content from search engines, php can be used in the same way.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 17-09-07
Registered User
 
Join Date: Aug 2006
Location: Hadleigh, Suffolk, UK
Posts: 953
Thanks: 0
Thanked 0 Times in 0 Posts
axod is an unknown quantity at this point
  Re: Calling a helpful PHP expert

Quote:
Originally Posted by moredial View Post
There is nothing you can do in ajax that can't be done using just php, and that without the browser incompatibility issues.
That statement is so astoundingly wrong it's hurting my brain.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 18-09-07
Registered User
 
Join Date: Sep 2007
Posts: 582
Thanks: 0
Thanked 0 Times in 0 Posts
cyates is an unknown quantity at this point
  Re: Calling a helpful PHP expert

Quote:
Originally Posted by axod View Post
That statement is so astoundingly wrong it's hurting my brain.
lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 18-09-07
Registered User
 
Join Date: Nov 2003
Location: London
Posts: 524
Thanks: 0
Thanked 4 Times in 4 Posts
moredial is an unknown quantity at this point
  Re: Calling a helpful PHP expert

Quote:
Originally Posted by axod View Post
That statement is so astoundingly wrong it's hurting my brain.
I am ready to learn. Nothing I have seen so far shows ajax to be a wonder solution.

Show me something and have it working across all platforms and meet all the legal requirements for accessibility. Why build 2 sites when you can do it all with only one?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 18-09-07
Registered User
 
Join Date: Aug 2006
Location: Hadleigh, Suffolk, UK
Posts: 953
Thanks: 0
Thanked 0 Times in 0 Posts
axod is an unknown quantity at this point
  Re: Calling a helpful PHP expert

Quote:
Originally Posted by moredial View Post
I am ready to learn. Nothing I have seen so far shows ajax to be a wonder solution.

Show me something and have it working across all platforms and meet all the legal requirements for accessibility. Why build 2 sites when you can do it all with only one?
Problem is, you can't do it all with only one. Have you not seen some cool things you can do with ajax?

First of all, ajax is a fuzzy term. It encompasses several things: DOM manipulation, XHR server callbacks, and pretty much just 'javascript done well'.

Yes if you want accessability, then you need to make sure that you have support for that, with the NOSCRIPT attribute etc.

But to say that you can do anything ajax can do in PHP, is simply stupid. ajax is about executing script on the client side. It's about making the user interface immediate and responsive to the user. It's about calling back to the server seamlessly in the background instead of reloading the page all the time. It's about playing with the DOM.

PHP is a *server* side scripting language that usually generates static HTML pages.

It's not a wonder solution at all, and of course it doesn't work in old browsers.

In the instance above specifically, perhaps they are using ajax/an XHR to update product results in the browser dynamically as the user types in a search box for instance. That's a nice feature to have, and one you can't do in PHP.

PS. Good luck reimplementing google maps in PHP.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 18-09-07
Registered User
 
Join Date: Nov 2003
Location: London
Posts: 524
Thanks: 0
Thanked 4 Times in 4 Posts
moredial is an unknown quantity at this point
  Re: Calling a helpful PHP expert

Quote:
Originally Posted by axod View Post
PS. Good luck reimplementing google maps in PHP.
I have enough problems just getting google maps to work - the browser and settings I use by default do not know what to do with the code and give me a blank page.

Not as bad as MSN's mapping which only works with M$ software.

And don't get me started on the BBC's video and audio offerings - if they can get some video to work, why don't they have it all working?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 18-09-07
Registered User
 
Join Date: Aug 2006
Location: Hadleigh, Suffolk, UK
Posts: 953
Thanks: 0
Thanked 0 Times in 0 Posts
axod is an unknown quantity at this point
  Re: Calling a helpful PHP expert

Quote:
Originally Posted by moredial View Post
I have enough problems just getting google maps to work - the browser and settings I use by default do not know what to do with the code and give me a blank page.

Not as bad as MSN's mapping which only works with M$ software.

And don't get me started on the BBC's video and audio offerings - if they can get some video to work, why don't they have it all working?
Yeah maybe you should enable cookies, images, javascript for a start.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
<