Author Topic: PHPFreaks Tutorials Wishlist  (Read 26699 times)

0 Members and 1 Guest are viewing this topic.

Offline newbtophp

  • Devotee
  • Posts: 624
  • PHPFreaks Fan!
    • View Profile
Quote from: AngelicS
You DO NOT have to say thank you =)
I find it meaningless ^^

Online Maq

  • Global Moderator
  • 'Insane!'
  • *
  • Posts: 11,004
  • Gender: Male
    • View Profile
    • Top Ecigs Reviews
Re: PHPFreaks Tutorials Wishlist
« Reply #106 on: July 27, 2009, 09:17:29 AM »
Quote
Seee my signature lol

You farted..?
Electronic Cigarette Reviews - Smoking alternatives, find YOUR ecig!
ini_set ("display_errors""1");
error_reporting(E_ALL);

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,150
  • Grumpy Old Man
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #107 on: July 27, 2009, 02:32:27 PM »
Or maybe he's using my own words against me, like saying I'm talking out my ass? 

Did I help you? Feeling generous? Donate to me! | Donate to phpfreaks!

Online Maq

  • Global Moderator
  • 'Insane!'
  • *
  • Posts: 11,004
  • Gender: Male
    • View Profile
    • Top Ecigs Reviews
Re: PHPFreaks Tutorials Wishlist
« Reply #108 on: July 28, 2009, 09:18:40 AM »
Or maybe he's using my own words against me, like saying I'm talking out my ass? 

I know.  My sarcastic comments never work out.   :facepalm:
Electronic Cigarette Reviews - Smoking alternatives, find YOUR ecig!
ini_set ("display_errors""1");
error_reporting(E_ALL);

Offline ram4nd

  • Enthusiast
  • Posts: 451
  • Gender: Male
  • Web is awsome!
    • View Profile
    • Browse Tutorials
Re: PHPFreaks Tutorials Wishlist
« Reply #109 on: June 11, 2010, 02:43:11 PM »
Maybe some tutorials about SEO. Maybe about clean uris if we want to stick to PHP.

Online Maq

  • Global Moderator
  • 'Insane!'
  • *
  • Posts: 11,004
  • Gender: Male
    • View Profile
    • Top Ecigs Reviews
Re: PHPFreaks Tutorials Wishlist
« Reply #110 on: June 11, 2010, 03:51:09 PM »
Maybe some tutorials about SEO. Maybe about clean uris if we want to stick to PHP.

That would be Apache, not PHP.
Electronic Cigarette Reviews - Smoking alternatives, find YOUR ecig!
ini_set ("display_errors""1");
error_reporting(E_ALL);

Offline umairmasood

  • Irregular
  • Posts: 9
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #111 on: September 24, 2010, 10:02:50 AM »
I would a tutorial on:

1) how setup facebook plugins for a website...
2) how to setup facebook apps using their PHP SDK

This will be greatly appreciated.

Offline JakeTheSnake3.0

  • Enthusiast
  • Posts: 137
  • Gender: Male
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #112 on: December 01, 2010, 02:35:11 PM »
How about automatic PHP script formatting in [ CODE ] blocks?

Offline Mchl

  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,582
  • Gender: Male
  • That's Largo in my avatar, not me.
    • View Profile
    • FlingBits
Re: PHPFreaks Tutorials Wishlist
« Reply #113 on: December 01, 2010, 04:12:46 PM »
How about automatic PHP script formatting in [ CODE ] blocks?

Here you go: highlight_string()
NetBeans fanatic | ExtJS masochist | C++ denier
PHP4 & MySQL4 are no longer supported.
PHPFreaks Tutorials | PHP Debugging: A Beginner's guide | PHP Security Tutorial || How To Ask Questions The Smart Way
Flingbits tutorials | Class Autoloading

Offline JakeTheSnake3.0

  • Enthusiast
  • Posts: 137
  • Gender: Male
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #114 on: December 01, 2010, 05:13:41 PM »
I meant something along the lines of this website turning a submitted comment with a code block of:

Code: [Select]
<?php echo('This is what I want');$var1 'bob';       function testIt($asdf) { ...
into this:

Code: [Select]
<?php
echo('This is what I want');
$var1 'bob';
function 
testIt($asdf) {
...

Offline Mchl

  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,582
  • Gender: Male
  • That's Largo in my avatar, not me.
    • View Profile
    • FlingBits
Re: PHPFreaks Tutorials Wishlist
« Reply #115 on: December 02, 2010, 12:00:11 PM »
This is pretty much what BBCode tutorial would cover with the small addition that contents of [code] tags should be passed to highlight_string() function
NetBeans fanatic | ExtJS masochist | C++ denier
PHP4 & MySQL4 are no longer supported.
PHPFreaks Tutorials | PHP Debugging: A Beginner's guide | PHP Security Tutorial || How To Ask Questions The Smart Way
Flingbits tutorials | Class Autoloading

Offline royalina

  • Irregular
  • Posts: 1
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #116 on: January 24, 2011, 02:15:42 AM »
I was wondering if we could add this to the wish list in the hope that one (or more) guru(s) will share his/her powerful knowledge with us newbies....... :shy:

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,150
  • Grumpy Old Man
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #117 on: January 24, 2011, 10:18:33 AM »
I was wondering if we could add this to the wish list in the hope that one (or more) guru(s) will share his/her powerful knowledge with us newbies....... :shy:

might help if you made an actual suggestion/request

Did I help you? Feeling generous? Donate to me! | Donate to phpfreaks!

Online Maq

  • Global Moderator
  • 'Insane!'
  • *
  • Posts: 11,004
  • Gender: Male
    • View Profile
    • Top Ecigs Reviews
Re: PHPFreaks Tutorials Wishlist
« Reply #118 on: January 24, 2011, 10:34:31 AM »
Maybe he's referring to the BBCode tutorial that was mentioned before.   :shrug:
Electronic Cigarette Reviews - Smoking alternatives, find YOUR ecig!
ini_set ("display_errors""1");
error_reporting(E_ALL);

Offline johnti

  • Irregular
  • Posts: 1
    • View Profile
Re: PHPFreaks Tutorials Wishlist
« Reply #119 on: May 21, 2011, 06:14:46 AM »
OS tutorials on how setting  up a linux server or something should be nice!